public static final BlockRegistryObject WALL_OAK_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/oak_planks/oak_planks_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_SPRUCE_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/spruce_planks/spruce_planks_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_BIRCH_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/birch_planks/birch_planks_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_JUNGLE_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/jungle_planks/jungle_planks_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_ACACIA_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/acacia_planks/acacia_planks_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_DARK_OAK_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/dark_oak_planks/dark_oak_planks_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_MANGROVE_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/mangrove_planks/mangrove_planks_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_CHERRY_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/cherry_planks/cherry_planks_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_BAMBOO_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/bamboo_planks/bamboo_planks_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_STONE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/stone/stone_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_COBBLESTONE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/cobblestone/cobblestone_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_STONE_BRICKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/stone_bricks/stone_bricks_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_BRICKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/bricks/bricks_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_ANDESITE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/andesite/andesite_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_DIORITE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/diorite/diorite_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_GRANITE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/granite/granite_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_CALCITE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/calcite/calcite_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_CLAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/clay/clay_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_GRAVEL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/gravel/gravel_wall"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_OAK_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/oak_planks/oak_planks_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_SPRUCE_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/spruce_planks/spruce_planks_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_BIRCH_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/birch_planks/birch_planks_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_JUNGLE_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/jungle_planks/jungle_planks_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_ACACIA_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/acacia_planks/acacia_planks_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_DARK_OAK_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/dark_oak_planks/dark_oak_planks_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_MANGROVE_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/mangrove_planks/mangrove_planks_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_CHERRY_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/cherry_planks/cherry_planks_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_BAMBOO_PLANKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/bamboo_planks/bamboo_planks_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_STONE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/stone/stone_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_COBBLESTONE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/cobblestone/cobblestone_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_STONE_BRICKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/stone_bricks/stone_bricks_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_BRICKS = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/bricks/bricks_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_ANDESITE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/andesite/andesite_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_DIORITE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/diorite/diorite_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_GRANITE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/granite/granite_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_CALCITE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/calcite/calcite_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_CLAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/clay/clay_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);
public static final BlockRegistryObject WALL_WINDOW_GRAVEL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "parent/generated/gravel/gravel_wall_window"), () -> new Block(new parentBase()), CreativeTabInit.JTA_parentS);